TestData

Common data for test functions and test classes

struct TestData {
string name;
bool hidden;
bool shouldFail;
bool singleThreaded;
bool builtin;
string suffix;
string[] tags;
TypeInfo exceptionTypeInfo;
int flakyRetries;
}

Members

Functions

getPath
string getPath()

The test's name

isTestClass
bool isTestClass()

If the test is a class

Variables

testFunction
TestFunction testFunction;

only used for functions, null for classes

Meta